home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / bind494e.zip / NSLOOKUP.HEL < prev    next >
Text File  |  1996-08-05  |  2KB  |  35 lines

  1. $Id: nslookup.help,v 8.3 1996/08/05 08:31:39 vixie Exp $
  2.  
  3. Commands:     (identifiers are shown in uppercase, [] means optional)
  4. NAME        - print info about the host/domain NAME using default server
  5. NAME1 NAME2    - as above, but use NAME2 as server
  6. help or ?    - print info on common commands; see nslookup(1) for details
  7. set OPTION    - set an option
  8.     all        - print options, current server and host
  9.     [no]debug    - print debugging information
  10.     [no]d2    - print exhaustive debugging information
  11.     [no]defname    - append domain name to each query 
  12.     [no]recurse    - ask for recursive answer to query
  13.     [no]vc    - always use a virtual circuit
  14.     domain=NAME    - set default domain name to NAME
  15.     srchlist=N1[/N2/.../N6] - set domain to N1 and search list to N1,N2, etc.
  16.     root=NAME    - set root server to NAME
  17.     retry=X    - set number of retries to X
  18.     timeout=X    - set initial time-out interval to X seconds
  19.     querytype=X    - set query type, e.g., A,ANY,CNAME,HINFO,MX,PX,NS,PTR,SOA,TXT,WKS
  20.     port=X    - set port number to send query on
  21.     type=X    - synonym for querytype
  22.     class=X    - set query class to one of IN (Internet), CHAOS, HESIOD or ANY
  23. server NAME    - set default server to NAME, using current default server
  24. lserver NAME    - set default server to NAME, using initial server
  25. finger [USER]    - finger the optional USER at the current default host
  26. root        - set current default server to the root
  27. ls [opt] DOMAIN [> FILE] - list addresses in DOMAIN (optional: output to FILE)
  28.     -a         -  list canonical names and aliases
  29.     -h         -  list HINFO (CPU type and operating system)
  30.     -s         -  list well-known services
  31.     -d         -  list all records
  32.     -t TYPE     -  list records of the given type (e.g., A,CNAME,MX, etc.)
  33. view FILE    - sort an 'ls' output file and view it with more
  34. exit        - exit the program, ^D also exits
  35.